Skip to content

gh-149534: Fix unification of defaultdict and frozendict with |#149539

Open
sobolevn wants to merge 1 commit intopython:mainfrom
sobolevn:issue-149534
Open

gh-149534: Fix unification of defaultdict and frozendict with |#149539
sobolevn wants to merge 1 commit intopython:mainfrom
sobolevn:issue-149534

Conversation

@sobolevn
Copy link
Copy Markdown
Member

@sobolevn sobolevn commented May 8, 2026

I have a lot of free time today 😆

@sobolevn sobolevn requested a review from JelleZijlstra May 8, 2026 06:12
@sobolevn sobolevn requested a review from rhettinger as a code owner May 8, 2026 06:12
@sobolevn sobolevn added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 8, 2026
with self.assertRaises(TypeError):
i |= None

# frozendict
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also test what frozendict | defaultdict does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review needs backport to 3.15 pre-release feature fixes, bugs and security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants